mscJNeuralNet.examples
Class TestJEnvironmentPanel

java.lang.Object
  extended bymscJNeuralNet.examples.TestJEnvironmentPanel
All Implemented Interfaces:
observerPattern.Observer

public class TestJEnvironmentPanel
extends java.lang.Object
implements observerPattern.Observer

Beispielprogramm für den Einsatz der GUI-Komponenten unter der Klasse JEnvironmentPanel.

Created on 14.06.2004

Version:
14.06.2004
Author:
M. Serhat Cinar

Constructor Summary
TestJEnvironmentPanel()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 void notify(observerPattern.Observable pObservable)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestJEnvironmentPanel

public TestJEnvironmentPanel()
Method Detail

notify

public void notify(observerPattern.Observable pObservable)
Specified by:
notify in interface observerPattern.Observer

main

public static void main(java.lang.String[] args)